aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Analysis/inlining/ObjCImproperDynamictallyDetectableCast.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/inlining/ObjCImproperDynamictallyDetectableCast.m b/test/Analysis/inlining/ObjCImproperDynamictallyDetectableCast.m
index b43304d5f4..d337ee4b16 100644
--- a/test/Analysis/inlining/ObjCImproperDynamictallyDetectableCast.m
+++ b/test/Analysis/inlining/ObjCImproperDynamictallyDetectableCast.m
@@ -34,4 +34,4 @@ void clang_analyzer_eval(BOOL);
SomeOtherClass *o = a;
clang_analyzer_eval([o getZero] == 0); // expected-warning{{FALSE}}
}
-@end \ No newline at end of file
+@end