eliminate some random .ll file outputs


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63117 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/writable-strings.c b/test/CodeGen/writable-strings.c
index cde64aa..a2a8f3c 100644
--- a/test/CodeGen/writable-strings.c
+++ b/test/CodeGen/writable-strings.c
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t -fwritable-strings %s
+// RUN: clang -emit-llvm -o - -fwritable-strings %s
 
 int main() {
     char *str = "abc";