Skip to content

Commit b838426

Browse files
committed
Move ArrayLengthAnalysis library to the correct location.
1 parent f83c345 commit b838426

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

cpp/ql/test/experimental/library-tests/arraylengthanalysis/ArrayLengthAnalysisTest.ql renamed to cpp/ql/test/experimental/library-tests/rangeanalysis/arraylengthanalysis/ArrayLengthAnalysisTest.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import cpp
2-
import experimental.library.ArrayLengthAnalysis
2+
import experimental.semmle.code.cpp.rangeanalysis.ArrayLengthAnalysis
33

44
from Instruction array, Length length, int delta, Offset offset, int offsetDelta
55
where

0 commit comments

Comments
 (0)