Skip to content

Commit c948f7f

Browse files
committed
Include native built in functions ci test
1 parent 0494998 commit c948f7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

presto-native-execution/src/test/java/com/facebook/presto/nativeworker/TestBuiltInNativeFunctions.java renamed to presto-native-execution/src/test/java/com/facebook/presto/nativeworker/TestPrestoNativeBuiltInFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
import static java.util.Collections.emptyList;
5757
import static org.testng.Assert.fail;
5858

59-
public class TestBuiltInNativeFunctions
59+
public class TestPrestoNativeBuiltInFunctions
6060
extends AbstractTestQueryFramework
6161
{
6262
@Override

0 commit comments

Comments
 (0)