Browse Source

Use a regex for the assert line (#2163)

Fixes the test (which had a line 431 versus 481 lissue)
Jon Ross-Perkins 3 năm trước cách đây
mục cha
commit
3704e942a2
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  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.
 // 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:   %{FileCheck} --match-full-lines --allow-unused-prefixes=false %s
 // RUN: %{not} %{explorer} --parser_debug --trace_file=- %s 2>&1 | \
 // 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;