commit | 2a06447fcd6bda9f1ee4eebbef1db0749d433881 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Dec 06 23:04:24 2012 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Dec 06 23:04:24 2012 +0000 |
tree | fa2b8f75abf5b11b69f974b750d7125ab4258518 | |
parent | cd15652e632dea25ba5157dcef13963b7b0b79ea [diff] [blame] |
[libclang] Add a test to make sure we skip bodies properly from "#pragma once" headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169558 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Index/skip-parsed-bodies/t2.cpp b/test/Index/skip-parsed-bodies/t2.cpp index 05918d7..0df28d0 100644 --- a/test/Index/skip-parsed-bodies/t2.cpp +++ b/test/Index/skip-parsed-bodies/t2.cpp
@@ -1 +1,2 @@ #include "t.h" +#include "pragma_once.h"