brintos

brintos / llvm-project-archived public Read only

0
0
Text · 520 B · ece16b1 Raw
14 lines · cpp
1// RUN: not %clang_cc1 -fsyntax-only -triple i686-win32 %s 2>&1 | FileCheck %s2 3#include "Inputs\success.h"4 5// CHECK: error: 'Inputs\success.h' file not found6// CHECK: #include "Inputs\success.h"7// CHECK:          ^8 9// This test is really checking that we *don't* replace backslashes with slashes10// on non-Windows unless -fms-extensions is passed. It won't fail in this way on11// Windows because the filesystem will interpret the backslash as a directory12// separator.13// UNSUPPORTED: system-windows, system-cygwin14