Skip to content

Commit 0481898

Browse files
author
Aaron Eline
committed
Moved definedType test to count
1 parent a544451 commit 0481898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/3C/definedType.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
33
// RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
44
// RUN: 3c -alltypes -output-postfix=checked %s
5-
// RUN: 3c -alltypes %S/definedType.checked.c | diff %S/definedType.checked.c -
5+
// RUN: 3c -alltypes %S/definedType.checked.c | count 0
66
// RUN: rm %S/definedType.checked.c
77

88
#include <stddef.h>

0 commit comments

Comments
 (0)