Skip to content

Commit 5947e13

Browse files
bellenotsftnight
authored andcommitted
Don't run Gnu.C test on Windows...
1 parent 7104363 commit 5947e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Driver/Gnu.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// RUN: cat %s | %cling -D__STRICT_ANSI__ -std=gnu++11 -Xclang -verify 2>&1 | FileCheck %s
1111
// RUN: cat %s | %cling -D__STRICT_ANSI__ -std=gnu++14 -Xclang -verify 2>&1 | FileCheck %s
1212
// RUN: cat %s | %cling -D__STRICT_ANSI__ -std=gnu++1z -Xclang -verify 2>&1 | FileCheck %s
13+
// REQUIRES: not_system-windows
1314

1415
#ifdef __cplusplus
1516
extern "C" int printf(const char*, ...);

0 commit comments

Comments
 (0)