1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Unbreak this test.

llvm-svn: 51726
This commit is contained in:
Nick Lewycky 2008-05-30 05:02:37 +00:00
parent 7afde12ac4
commit a02482cfaa

View File

@ -1,5 +1,5 @@
// RUN: %llvmgcc %s -g -S -o - | llvm-as | opt -std-compile-opts | \
// RUN: llvm-dis | grep {test/CFrontend}
// RUN: llvm-dis | grep {test/FrontendC}
// PR676
#include <stdio.h>