Skip to content

Commit 90d9b04

Browse files
committed
cmd/cue: add test case for modrename with a bad module
This will be fixed in the next CL. Signed-off-by: Roger Peppe <[email protected]> Change-Id: I86c18f260aef15a8d7cd6c7ea7b1371aa3e265f7 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1216868 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
1 parent c925902 commit 90d9b04

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Test that we see an error when the module cannot be loaded
2+
3+
# TODO this should be an error
4+
exec cue mod rename other.org
5+
6+
-- cue.mod/module.cue --
7+
// Note: no language version
8+
module: "main.org"

0 commit comments

Comments
 (0)