Skip to content

Commit aefa30e

Browse files
committed
[ORC-RT] Add a comment explaining the purpose of this testcase. NFC.
1 parent cd9795c commit aefa30e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/orc/TestCases/Darwin/Generic/exceptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44
// REQUIRES: system-darwin && host-arch-compatible
55

6+
// Test that trivial throw / catch works.
67
int main(int argc, char *argv[]) {
78
try {
89
throw 42;

0 commit comments

Comments
 (0)