commit | 939f47483249383cbe5d7225882651bd3c42204f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed May 14 14:47:38 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed May 14 14:47:38 2003 +0000 |
tree | dad3901b1b42c1179b682c66929d4fea6cb5f536 | |
parent | c5c5063a0723fb08c21ad5d822d0503ab7ef18d9 [diff] |
Forgot to make test executable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6196 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/C++Frontend/global_type.cpp b/test/C++Frontend/global_type.cpp index a11ea64..8e6c322 100644 --- a/test/C++Frontend/global_type.cpp +++ b/test/C++Frontend/global_type.cpp
@@ -4,3 +4,4 @@ double *dpa = data; double *dpb = data+100; +int main() { return 0; }