From b8acd702d6bc09afabd15d4a425be4cb47671f8f Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Tue, 14 Apr 2020 13:06:39 +0100 Subject: [PATCH] C++: Rename the test for consistency. --- .../ComparisonWithWiderType.expected | 0 .../ComparisonWithWiderType.qlref | 0 .../CWE-190/semmle/{wider_type => ComparisonWithWiderType}/test.c | 0 .../semmle/{wider_type => ComparisonWithWiderType}/test2.c | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/{wider_type => ComparisonWithWiderType}/ComparisonWithWiderType.expected (100%) rename cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/{wider_type => ComparisonWithWiderType}/ComparisonWithWiderType.qlref (100%) rename cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/{wider_type => ComparisonWithWiderType}/test.c (100%) rename cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/{wider_type => ComparisonWithWiderType}/test2.c (100%) diff --git a/cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/wider_type/ComparisonWithWiderType.expected b/cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/ComparisonWithWiderType/ComparisonWithWiderType.expected similarity index 100% rename from cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/wider_type/ComparisonWithWiderType.expected rename to cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/ComparisonWithWiderType/ComparisonWithWiderType.expected diff --git a/cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/wider_type/ComparisonWithWiderType.qlref b/cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/ComparisonWithWiderType/ComparisonWithWiderType.qlref similarity index 100% rename from cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/wider_type/ComparisonWithWiderType.qlref rename to cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/ComparisonWithWiderType/ComparisonWithWiderType.qlref diff --git a/cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/wider_type/test.c b/cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/ComparisonWithWiderType/test.c similarity index 100% rename from cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/wider_type/test.c rename to cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/ComparisonWithWiderType/test.c diff --git a/cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/wider_type/test2.c b/cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/ComparisonWithWiderType/test2.c similarity index 100% rename from cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/wider_type/test2.c rename to cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/ComparisonWithWiderType/test2.c