Skip to content

Commit b603bea

Browse files
committed
[test] Increase C coverage.
1 parent 8766863 commit b603bea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/StReturnThrows.fu

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ public static class Test
55
return;
66
}
77

8+
public static byte GetByte() throws Exception
9+
{
10+
return 42;
11+
}
12+
13+
public static float GetFloat() throws Exception
14+
{
15+
return GetByte();
16+
}
17+
818
public static bool Run()
919
{
1020
return true;

0 commit comments

Comments
 (0)