Ver código fonte

Use a regex for the assert line (#2163)

Fixes the test (which had a line 431 versus 481 lissue)
Jon Ross-Perkins 3 anos atrás
pai
commit
3704e942a2
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      explorer/testdata/assert/assert.carbon

+ 5 - 2
explorer/testdata/assert/assert.carbon

@@ -2,12 +2,15 @@
 // Exceptions. See /LICENSE for license information.
 // Exceptions. See /LICENSE for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //
+// This won't auto-update because it uses a regex for the prelude line number,
+// so that it doesn't need to be updated on every prelude change.
+//
 // RUN: %{not} %{explorer} %s 2>&1 | \
 // RUN: %{not} %{explorer} %s 2>&1 | \
 // RUN:   %{FileCheck} --match-full-lines --allow-unused-prefixes=false %s
 // RUN:   %{FileCheck} --match-full-lines --allow-unused-prefixes=false %s
 // RUN: %{not} %{explorer} --parser_debug --trace_file=- %s 2>&1 | \
 // RUN: %{not} %{explorer} --parser_debug --trace_file=- %s 2>&1 | \
 // RUN:   %{FileCheck} --match-full-lines --allow-unused-prefixes %s
 // RUN:   %{FileCheck} --match-full-lines --allow-unused-prefixes %s
-// AUTOUPDATE: %{explorer} %s
-// CHECK: RUNTIME ERROR: {{.*}}/explorer/data/prelude.carbon:431: "HALLO WELT"
+// NOAUTOUPDATE
+// CHECK: RUNTIME ERROR: {{.*}}/explorer/data/prelude.carbon:{{.*}}: "HALLO WELT"
 
 
 package ExplorerTest api;
 package ExplorerTest api;