@@ -15,7 +15,7 @@ namespace {
15
15
16
16
TEST (HLSLRootSignatureTest, NoOverlappingInsertTests) {
17
17
// Ensures that there is never a reported overlap
18
- ResourceRange::IMap ::Allocator Allocator;
18
+ ResourceRange::MapT ::Allocator Allocator;
19
19
ResourceRange Range (Allocator);
20
20
21
21
RangeInfo A;
@@ -56,7 +56,7 @@ TEST(HLSLRootSignatureTest, NoOverlappingInsertTests) {
56
56
TEST (HLSLRootSignatureTest, SingleOverlappingInsertTests) {
57
57
// Ensures that we correctly report an overlap when we insert a range that
58
58
// overlaps with one other range but does not cover (replace) it
59
- ResourceRange::IMap ::Allocator Allocator;
59
+ ResourceRange::MapT ::Allocator Allocator;
60
60
ResourceRange Range (Allocator);
61
61
62
62
RangeInfo A;
@@ -93,7 +93,7 @@ TEST(HLSLRootSignatureTest, MultipleOverlappingInsertTests) {
93
93
// Ensures that we correctly report an overlap when inserted range
94
94
// overlaps more than one range and it does not cover (replace) either
95
95
// range. In this case it will just fill in the interval between the two
96
- ResourceRange::IMap ::Allocator Allocator;
96
+ ResourceRange::MapT ::Allocator Allocator;
97
97
ResourceRange Range (Allocator);
98
98
99
99
RangeInfo A;
@@ -128,7 +128,7 @@ TEST(HLSLRootSignatureTest, MultipleOverlappingInsertTests) {
128
128
TEST (HLSLRootSignatureTest, CoverInsertTests) {
129
129
// Ensures that we correctly report an overlap when inserted range
130
130
// covers one or more ranges
131
- ResourceRange::IMap ::Allocator Allocator;
131
+ ResourceRange::MapT ::Allocator Allocator;
132
132
ResourceRange Range (Allocator);
133
133
134
134
RangeInfo A;
0 commit comments