Revert r64460. strtol and friends cannot be marked readonly, even with
[oota-llvm.git] / test / FrontendC++ / 2003-09-22-CompositeExprValue.cpp
index a8208adc5127cef9e28a19b7fb0c44af4329df29..3bd707ed86577013754a7580f65362c24b873ccb 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
 
 struct duration {
  duration operator/=(int c) {