Granular test configurations
This commit is contained in:
@@ -0,0 +1 @@
|
||||
new int[] {1, 2, 3};
|
||||
@@ -0,0 +1 @@
|
||||
intArray(1, 2, 3)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
new int[] {1, 2, 3};
|
||||
@@ -0,0 +1 @@
|
||||
intArray(1, 2, 3)
|
||||