Prechádzať zdrojové kódy

Disabled autoupdate (#1894)

Auto-update tries to add `CHECK: Nice!` or `CHECK: HALLO WELT` to the test case. As what's being printed is non-deterministic, the auto-update should be disabled.
Zenong Zhang 3 rokov pred
rodič
commit
9a7914ee3a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      explorer/testdata/random/random.carbon

+ 1 - 1
explorer/testdata/random/random.carbon

@@ -6,7 +6,7 @@
 // RUN:   %{FileCheck} --match-full-lines --allow-unused-prefixes=false %s
 // RUN: %{explorer} --parser_debug --trace_file=- %s 2>&1 | \
 // RUN:   %{FileCheck} --match-full-lines --allow-unused-prefixes %s
-// AUTOUPDATE: %{explorer} %s
+// NOAUTOUPDATE
 // CHECK: result: 0
 
 package ExplorerTest api;