From 81d8905a0f50e95e798a75a2991d00fbefdc7918 Mon Sep 17 00:00:00 2001 From: Andrei Diaconu <40471624+AndreiDiaconu1@users.noreply.github.com> Date: Mon, 5 Aug 2019 09:44:40 +0100 Subject: [PATCH] Update csharp/ql/src/semmle/code/csharp/ir/PrintIR.ql Co-Authored-By: Dave Bartolomeo <42150477+dave-bartolomeo@users.noreply.github.com> --- csharp/ql/src/semmle/code/csharp/ir/PrintIR.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/ql/src/semmle/code/csharp/ir/PrintIR.ql b/csharp/ql/src/semmle/code/csharp/ir/PrintIR.ql index 90c6b1c51ba..be1474d7b1c 100644 --- a/csharp/ql/src/semmle/code/csharp/ir/PrintIR.ql +++ b/csharp/ql/src/semmle/code/csharp/ir/PrintIR.ql @@ -1,7 +1,7 @@ /** * @name Print IR * @description Outputs a representation of the IR graph - * @id cpp/print-ir + * @id charp/print-ir * @kind graph */