Fix some broken directed tests

Change-Id: I40f2661a74951f8d91824df8fd9ef0cc2312d183


[ROCm/clr commit: 9cab8d4260]
This commit is contained in:
Maneesh Gupta
2016-12-01 12:47:37 +05:30
parent 2c51f72e41
commit 97d8017e80
3 changed files with 3 additions and 3 deletions
@@ -21,7 +21,7 @@ THE SOFTWARE.
*/
/* HIT_START
* BUILD: %t %s ../test_common.cpp HCC_OPTIONS --stdlib=libc++
* BUILD: %t %s ../test_common.cpp HCC_OPTIONS -stdlib=libc++
* RUN: %t
* HIT_END
*/
+1 -1
View File
@@ -22,7 +22,7 @@ THE SOFTWARE.
// Test the HCC-specific API extensions for HIP:
/* HIT_START
* BUILD: %t %s HCC_OPTIONS --stdlib=libc++
* BUILD: %t %s HCC_OPTIONS -stdlib=libc++
* RUN: %t
* HIT_END
*/
@@ -22,7 +22,7 @@ THE SOFTWARE.
// Collection of code to make sure that various features in the hip kernel language compile.
/* HIT_START
* BUILD: %t %s ../test_common.cpp HCC_OPTIONS --stdlib=libc++
* BUILD: %t %s ../test_common.cpp HCC_OPTIONS -stdlib=libc++
* RUN: %t
* HIT_END
*/