Skip to content

Commit 3ce7faf

Browse files
committed
Fix unsafe test routine name
1 parent 14655e1 commit 3ce7faf

File tree

1 file changed

+1
-1
lines changed
  • go/ql/test/library-tests/semmle/go/frameworks/StdlibTaintFlow

1 file changed

+1
-1
lines changed

go/ql/test/library-tests/semmle/go/frameworks/StdlibTaintFlow/Unsafe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TaintStepTest_UnsafeStringData(sourceCQL interface{}) interface{} {
2222
return unsafe.StringData(s)
2323
}
2424

25-
func RunAllTaints_Sync() {
25+
func RunAllTaints_Unsafe() {
2626
{
2727
source := newSource(0)
2828
out := TaintStepTest_UnsafeSlice(source)

0 commit comments

Comments
 (0)