mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
C++: fix ModulusAnalysis test
This commit is contained in:
@@ -6,7 +6,7 @@ private import experimental.semmle.code.cpp.semantic.SemanticBound as SemanticBo
|
||||
private import semmle.code.cpp.ir.IR as IR
|
||||
private import semmle.code.cpp.Location // TODO: SemLocation?
|
||||
|
||||
private module ConstantBounds implements BoundSig<FloatDelta> {
|
||||
module ConstantBounds implements BoundSig<FloatDelta> {
|
||||
class SemBound instanceof SemanticBound::SemBound {
|
||||
SemBound() {
|
||||
this instanceof SemanticBound::SemZeroBound
|
||||
|
||||
Reference in New Issue
Block a user