Skip to content

Commit 7f11d58

Browse files
committed
test: Turn off no longer supported add fold test
1 parent 56dc18d commit 7f11d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vast/Compile/SingleSource/const-arithmetic-a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %file-check --input-file=%t.mlir %s -check-prefix=HL
33
// RUN: %vast-cc1 -triple x86_64-unknown-linux-gnu -vast-emit-mlir=hl -vast-canonicalize %s -o %t.mlir
44
// RUN: %file-check --input-file=%t.mlir %s -check-prefix=CAN
5-
// REQUIRE: vast-const-fold
5+
// REQUIRES: vast-const-fold
66

77
int arithmetic() {
88
return 5 + 10;

0 commit comments

Comments
 (0)