Mercurial > hg > CbC > CbC_llvm
comparison clang/test/PCH/modified-header-error.c @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | 1d019706d866 |
children |
comparison
equal
deleted
inserted
replaced
237:c80f45b162ad | 252:1f2b6ac9f198 |
---|---|
7 // RUN: not %clang_cc1 %t.dir/t.c -include-pch %t.pch -fsyntax-only 2>&1 | FileCheck %s | 7 // RUN: not %clang_cc1 %t.dir/t.c -include-pch %t.pch -fsyntax-only 2>&1 | FileCheck %s |
8 | 8 |
9 #include "header2.h" | 9 #include "header2.h" |
10 | 10 |
11 // CHECK: fatal error: file {{.*}} has been modified since the precompiled header {{.*}} was built | 11 // CHECK: fatal error: file {{.*}} has been modified since the precompiled header {{.*}} was built |
12 | |
13 // FIXME: Flaky on Windows, timestamp resolution? | |
14 // UNSUPPORTED: win32 |